CryptoPro XMLDsig API.
Public API.

ru.CryptoPro.JCPxml.dsig.internal.dom
Class DOMBase64Transform

java.lang.Object
  extended by javax.xml.crypto.dsig.TransformService
      extended by ru.CryptoPro.JCPxml.dsig.internal.dom.ApacheTransform
          extended by ru.CryptoPro.JCPxml.dsig.internal.dom.DOMBase64Transform
All Implemented Interfaces:
javax.xml.crypto.AlgorithmMethod, javax.xml.crypto.dsig.Transform, javax.xml.crypto.XMLStructure

public final class DOMBase64Transform
extends ApacheTransform

DOM-based implementation of Base64 Encoding Transform. (Uses Apache XML-Sec Transform implementation)


Field Summary
 
Fields inherited from interface javax.xml.crypto.dsig.Transform
BASE64, ENVELOPED, XPATH, XPATH2, XSLT
 
Constructor Summary
DOMBase64Transform()
           
 
Method Summary
 void init(javax.xml.crypto.dsig.spec.TransformParameterSpec params)
           
 
Methods inherited from class ru.CryptoPro.JCPxml.dsig.internal.dom.ApacheTransform
getParameterSpec, init, isFeatureSupported, marshalParams, transform, transform
 
Methods inherited from class javax.xml.crypto.dsig.TransformService
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMBase64Transform

public DOMBase64Transform()
Method Detail

init

public void init(javax.xml.crypto.dsig.spec.TransformParameterSpec params)
          throws java.security.InvalidAlgorithmParameterException
Specified by:
init in class javax.xml.crypto.dsig.TransformService
Throws:
java.security.InvalidAlgorithmParameterException

Copyright Crypto-Pro.
All rights reserved.